2015.06.03

;enu: in heavy cycles precomputed addresses should be used
;     also mind that scope sizer[data data data] faster then sizer[data] ...

;rus:       
;       [   ]  [] []

db etc d? at $
  UI08(ub),SI08,UI16,SI16,UI32,SI32,UI64,SI64,F04,F08,F10
  ...
  ui08 'string1',10,'string2'
  ub   'string1',10,'string2'

read at @
  UI08[@](ub[@]),SI08[@],UI16[@],SI16[@],UI32[@],SI32[@],UI64[@],SI64[@],F04[@],F08[@],F10[@]

write at @
  UI08[@]=(ub[@]=),SI08[@]=,UI16[@]=,SI16[@]=,UI32[@]=,SI32[@]=,UI64[@]=,SI64[@]=,F04[@]=,F08[@]=,F10[@]=
